AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Abstract class representing a generic up-down counter. An up-down counter is an instrument that allows recording of both increments and decrements. This is often used to capture metrics such as the current number of active requests, concurrent connections, etc. The generic type parameter T specifies the type of value the counter records, such as int, long, etc.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.Telemetry.Metrics.UpDownCounter<>

Namespace: Amazon.Runtime.Telemetry.Metrics
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z

Syntax

C#
public abstract class UpDownCounter<>

The UpDownCounter<> type exposes the following members

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.7.2 or higher.

NameDescription
Public Method Add(T, Attributes)

Increments or decrements the counter by a specified value. The counter allows both increasing and decreasing values to be recorded, making it suitable for metrics that can go up and down.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer